export type AdPartner = { adPartnerTypeId: string; houseId: string; id: string; type: 'adPartner'; }; export type AdPartnerPayload = { ad_partner: { ad_partner_type_ids: number[]; }; };