UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

20 lines 507 B
/** Alias */ export interface Alias { /** Alias ID */ aliasId: string; /** Input creation */ createdAt: string; /** Alias description */ description?: string; /** Indicates if you are allowed to edit entry */ isEditable: boolean; /** Alias name */ name: string; /** Number of indices linked */ nbIndex: number; /** Number of streams linked */ nbStream: number; /** Input last update */ updatedAt?: string; } //# sourceMappingURL=Alias.d.ts.map