interface CustomerDTO {
    id: string;
    marketing_permission: boolean;
    ref: string;
}

Properties

id: string
marketing_permission: boolean
ref: string