interface ChangeRequest {
    addressLine1: null | string;
    addressLine2: null | string;
    addressLine3: null | string;
    branchName: null | string;
    certificateImageId: null | string;
    certifiedQualifications: null | Qualification[];
    id: string;
    name: null | string;
    orgId: string;
    postalCode: null | string;
    typeId: null | string;
    userId: string;
}

Implemented by

Properties

addressLine1: null | string
addressLine2: null | string
addressLine3: null | string
branchName: null | string
certificateImageId: null | string
certifiedQualifications: null | Qualification[]
id: string
name: null | string
orgId: string
postalCode: null | string
typeId: null | string
userId: string

Generated using TypeDoc