interface SecurityCategory {
    id: number;
    name: string;
}

Properties

Properties

id: number

Id of the security category

name: string

Name of the security category