export default interface IJsonApiObject {
    version?: string;
}
