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

    Interface FileDataResponseDTO

    interface FileDataResponseDTO {
        content: FileContent;
        description: string;
        key: string;
        members: DocumentMembersResponseDTO;
        name: string;
        owner: UserBasic;
        parentFolders: {
            isInArchivedFolder: boolean;
            isInEditorFolder: boolean;
            isInOwnerFolder: boolean;
            isInViewerFolder: boolean;
            key: string;
            name: string;
        }[];
        state: EntityState;
        updatedAt: Date;
        user: DocumentUserResponseDTO;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: FileContent
    description: string
    key: string
    name: string
    owner: UserBasic
    parentFolders: {
        isInArchivedFolder: boolean;
        isInEditorFolder: boolean;
        isInOwnerFolder: boolean;
        isInViewerFolder: boolean;
        key: string;
        name: string;
    }[]
    updatedAt: Date