mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
4 lines
42 B
TypeScript
4 lines
42 B
TypeScript
export interface User {
|
|
name: string;
|
|
}
|