interface ICreateOrgResponse { id: number; short: string; apiKey: string; } export default ICreateOrgResponse;