t-comm
Version:
专业、稳定、纯粹的工具库
32 lines (31 loc) • 536 B
TypeScript
export declare const RAINBOW_VALUE_TYPE_MAP: {
1: {
type: string;
ext: string;
};
2: {
type: string;
ext: string;
};
3: {
type: string;
ext: string;
};
4: {
type: string;
ext: string;
};
5: {
type: string;
ext: string;
};
18: {
type: string;
ext: string;
};
20: {
type: string;
ext: string;
};
};
export type RainbowKeyValueType = keyof typeof RAINBOW_VALUE_TYPE_MAP;