5 lines
85 B
TypeScript

export interface interfaceName {
hello: string
world: boolean | null | undefined
}