interface ErrorData {
    errorKey: string;
    message?: string;
}

Properties

Properties

errorKey: string
message?: string