export interface IdResponse {
    id: string;
}
