export interface ApiResultBase {
    created: number | null;
    model: string;
    object: string;
}
