mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-24 23:47:21 -05:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
export interface LoadConfigResponse2 {
|
|
type: "load_config_v2_res";
|
|
status: number;
|
|
}
|