Interface ServerResultFail

interface ServerResultFail {
    messages: string[];
    status: "failed" | "error";
}

Properties

Properties

messages: string[]
status: "failed" | "error"