interface UserAttachmentAdapter {
    createAttachment: HandlerAndValidators<Record<string, Predicate>>;
    deleteAttachment: HandlerAndValidators<Record<string, Predicate>>;
    getAttachment: HandlerAndValidators<Record<string, Predicate>>;
    getAttachmentUploadUrl: HandlerAndValidators<Record<string, Predicate>>;
    listAttachments: HandlerAndValidators<Record<string, Predicate>>;
    listAttachmentsForUser: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

createAttachment: HandlerAndValidators<Record<string, Predicate>>
deleteAttachment: HandlerAndValidators<Record<string, Predicate>>
getAttachment: HandlerAndValidators<Record<string, Predicate>>
getAttachmentUploadUrl: HandlerAndValidators<Record<string, Predicate>>
listAttachments: HandlerAndValidators<Record<string, Predicate>>
listAttachmentsForUser: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc