export declare type ResourceObject = {
  type: string
  id: string
  attributes?: Attributes
  relationships?: Relationships