box-ui-elements
Version:
Box UI Elements
27 lines (26 loc) • 787 B
TypeScript
export declare const mockFileRequest: {
url: string;
response: {
type: string;
id: string;
etag: string;
is_externally_owned: boolean;
extension: string;
permissions: {
can_download: boolean;
can_preview: boolean;
can_upload: boolean;
can_comment: boolean;
can_rename: boolean;
can_delete: boolean;
can_share: boolean;
can_set_share_access: boolean;
can_invite_collaborator: boolean;
can_annotate: boolean;
can_view_annotations_all: boolean;
can_view_annotations_self: boolean;
can_create_annotations: boolean;
can_view_annotations: boolean;
};
};
};