mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
feat: support i18n [skip ci]
This commit is contained in:
@@ -58,9 +58,7 @@ export interface MainConfig {
|
||||
};
|
||||
}
|
||||
|
||||
export interface PackerConfig {
|
||||
[packerName: string]: string;
|
||||
}
|
||||
export type PackerConfig = Array<string>;
|
||||
|
||||
export interface GenerateResponse {
|
||||
packResult: string;
|
||||
|
||||
Reference in New Issue
Block a user