mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
|
export interface IRequestCSRData {
|
||
|
|
email: string;
|
||
|
|
org_name: string;
|
||
|
|
}
|