@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
19 lines (18 loc) • 518 B
TypeScript
export declare module AboutUserLocalization {
const namespace = "Omnia.Ux.AboutUser";
interface locInterface {
emailLabel: string;
chatLabel: string;
workPhoneLabel: string;
cellPhoneLabel: string;
aboutMeLabel: string;
jobTitleLabel: string;
officeLocationlabel: string;
DepartmentLabel: string;
BirthdayLabel: string;
PastProjects: string;
Schools: string;
SkillLabel: string;
Interests: string;
}
}