Interface UseInkathonError

interface UseInkathonError {
    code: UseInkathonErrorCode;
    message: string;
}

Properties

Properties

message: string