export interface TypePrivilege {
    readonly description?: string;
    readonly reputation?: number;
    readonly short_description?: string;
}
