mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
7 lines
96 B
TypeScript
7 lines
96 B
TypeScript
declare namespace Type {
|
|
export interface Object {
|
|
[propName: string]: any
|
|
}
|
|
}
|
|
|