interface OrganizationAttachmentResponse {
    id: string;
    orgId: string;
    type: string;
    url: string;
}

Hierarchy

Properties

Properties

id: string
orgId: string
type: string
url: string

Generated using TypeDoc