phx-react
Version:
PHX REACT
71 lines (70 loc) • 1.47 kB
TypeScript
import { ERoleCode, ENotifyWith } from './constant';
export declare const TARGET_CONFIGS: ({
title: string;
value: ERoleCode;
description: string;
notifyWith: {
title: string;
description: string;
value: ENotifyWith;
};
listRadio: ({
title: string;
value: "EDUCATIONAL_LEVEL";
} | {
title: string;
value: "GRADE";
} | {
title: string;
value: "CLASSROOM";
} | {
title: string;
value: "CUSTOM_LIST";
})[];
} | {
title: string;
value: ERoleCode;
notifyWith: {
title: string;
description: string;
value: ENotifyWith;
};
listRadio: ({
title: string;
value: "EDUCATIONAL_LEVEL";
} | {
title: string;
value: "GRADE";
} | {
title: string;
value: "CLASSROOM";
} | {
title: string;
value: "CUSTOM_LIST";
})[];
description?: undefined;
} | {
title: string;
value: ERoleCode;
listRadio: ({
title: string;
value: "ALL";
} | {
title: string;
value: "CUSTOM_LIST";
})[];
description?: undefined;
notifyWith?: undefined;
} | {
title: string;
value: ERoleCode;
listRadio: ({
title: string;
value: "ALL";
} | {
title: string;
value: "DEPARTMENT";
})[];
description?: undefined;
notifyWith?: undefined;
})[];