export interface CreateResponse {
    id: string;
}
