5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
export type A = {
|
|
a: string,
|
|
b?: number | null
|
|
}
|
export type A = {
|
|
a: string,
|
|
b?: number | null
|
|
}
|