mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
7 lines
67 B
TypeScript
7 lines
67 B
TypeScript
/**
|
|
* @validatable
|
|
*/
|
|
export interface Foo {
|
|
lorem: 'ipsum';
|
|
}
|