Interface JsonApiObject

interface JsonApiObject {
    version: string;
}

Properties

Properties

version: string