4 lines
42 B
TypeScript
4 lines
42 B
TypeScript
export interface IForm {
|
|
form: object;
|
|
}
|
export interface IForm {
|
|
form: object;
|
|
}
|