mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
export interface IRequestCSRData {
|
||
|
email: string;
|
||
|
org_name: string;
|
||
|
}
|