export declare type ApiObject = { /** * String representing the object’s type. */ _object: string; };