5 lines
54 B
TypeScript
5 lines
54 B
TypeScript
|
|
export type FooItem = {
|
||
|
|
id: string
|
||
|
|
name: string
|
||
|
|
}
|