export type DeleteModelResponse = { id: string; deleted: boolean; object: string; };