interface IJsonApiIdentifier { id: number | string; type: string; } export default IJsonApiIdentifier;