export interface NbResponse {
    status?: string;
    message?: string;
    detail?: string;
    data?: any;
}
