export type CreateSubcustomerClass = {
    description?: string | null;
    externalId?: string | null;
};
