Type Alias CustomObjectSchemaResponse

CustomObjectSchemaResponse: {
    object: CustomObject;
    cache: boolean;
    fields: CustomObjectField[];
}

Type declaration