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