interface DocumentSelectorDocument {
    extras: DocumentSelectorDocumentExtra[];
    id: string;
    img: string;
    isOwner: boolean;
    name: string;
}

Properties

Properties

Additional document properties

id: string

The document ID

img: string

The document image

isOwner: boolean

Is the current user the owner of the document

name: string

The document name