interface OrganizationAttachment {
    id: string;
    objectId: string;
    orgId: string;
    type: string;
}

Properties

Properties

id: string
objectId: string
orgId: string
type: string

Generated using TypeDoc