updated infoState.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { defineStore } from "pinia";
|
import { defineStore } from "pinia";
|
||||||
|
|
||||||
export type infoState = {
|
export type infoState = {
|
||||||
statuscode: number;
|
statusCode: number;
|
||||||
message: string;
|
message: string;
|
||||||
type: "error" | "success" | "warning";
|
type: "error" | "success" | "warning";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user