1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: ts on pinia store

This commit is contained in:
2022-05-28 18:43:56 +02:00
parent e97401e27d
commit 2007305ff0
9 changed files with 264 additions and 183 deletions

View File

@ -337,6 +337,15 @@ export interface SchemaInfos {
schedulers: EventInfos[];
}
export interface CollationInfos {
charset: string;
collation: string;
compiled: boolean;
default: boolean;
id: string | number;
sortLen: number;
}
// Query
export interface QueryBuilderObject {
schema: string;