export default interface Model { /** * Indicates the kind of entity this is. */ resource: R; /** * The unique identifier for this entity. */ id: I; }