Skip to content
Snippets Groups Projects
constants.ts 256 B
export enum Sections {
    Organisation = 'ORGANISATION',
    Policy = 'STANDARDS AND POLICIES',
    ConnectedUsers = 'CONNECTED USERS',
    Network = 'NETWORK',
    Services = 'SERVICES',
}

export enum ExportType {
    CSV = "CSV",
    EXCEL = "EXCEL",
}