export interface RawInsert { id: string; type: string; attributes?: string; relationships?: string; }