@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
18 lines (17 loc) • 534 B
TypeScript
export declare module PermissionInputLocalization {
const namespace = "Omnia.Ux.PermissionInput";
interface locInterface {
PermissionMsg: string;
TenantAdmin: string;
DirectoryReader: string;
SemanticSearchReader: string;
AddTenantAdminByFreeText: {
InputLabel: string;
InputPlaceholder: string;
AdminUserName: string;
AdminPlaceholder: string;
ErrorWhileInput: string;
ErrorFromServer: string;
};
}
}