Interface ISharedAttachmentPayload

interface ISharedAttachmentPayload {
    access_key?: string;
    id: number;
    owner_id: number;
}

Properties

access_key?: string
id: number
owner_id: number

Generated using TypeDoc