export interface OrganizationWriteRequest {
    'slug': string;
    'name'?: string;
    'description'?: string;
    'contact'?: object;
}
