export interface xDataSettings {
    key: string;
    description: string;
    permission: number;
}
