@juki-team/commons - v0.1.10
    Preparing search index...

    Interface UpsertExcalidrawDTO

    interface UpsertExcalidrawDTO {
        appState: any;
        elements: any;
        members: EntityMembersDTO;
        name: string;
        tags: string[];
    }

    Hierarchy

    Index

    Properties

    appState: any
    elements: any
    name: string
    tags: string[]