mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
export interface interfaceName {
|
|
hello: string
|
|
world: boolean | null | undefined
|
|
}
|