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

    Interface ExcalidrawResponseDTO

    interface ExcalidrawResponseDTO {
        appState: any;
        createdAt: number;
        elements: any;
        key: string;
        members: EntityMembersResponseDTO;
        name: string;
        owner: UserCompanyBasicInfoResponseDTO;
        tags: string[];
        updatedAt: number;
    }

    Hierarchy

    Index

    Properties

    appState: any
    createdAt: number
    elements: any
    key: string
    name: string
    tags: string[]
    updatedAt: number