export default interface JSONAPIResponse { data: Model; included?: Array; meta?: Array; }