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