interface ErrorData {
    code: string;
    logs?: string;
    message: string;
}

Properties

Properties

code: string
logs?: string
message: string