Interface IAttachmentOptions<P, Type>

interface IAttachmentOptions<P, Type> {
    api: API;
    payload: Partial<ISharedAttachmentPayload> & P;
    type: Type;
}

Type Parameters

  • P

  • Type extends string = string

Properties

Properties

api: API
payload: Partial<ISharedAttachmentPayload> & P
type: Type

Generated using TypeDoc