export type OwnerNps = { id: string; type: 'ownerNps'; attributes: { formSubmittedAt: string; formUrl: string; }; relationships: { user: { data: { id: string; type: string; }; }; }; };