/** * Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ export interface pagesNS { addEmailTemplate: { title: string; subTitle: string; backButton: string; }; approvalsPage: { title: string; subTitle: string; }; editTemplate: { title: string; subTitle: string; backButton: string; }; emailDomainDiscovery: { title: string; subTitle: string; }; emailLocaleAdd: { title: string; subTitle: string; backButton: string; }; emailLocaleAddWithDisplayName: { title: string; subTitle: string; backButton: string; }; emailTemplateTypes: { title: string; subTitle: string; }; emailTemplates: { title: string; subTitle: string; backButton: string; }; emailTemplatesWithDisplayName: { title: string; subTitle: string; backButton: string; }; groups: { title: string; subTitle: string; }; organizations: { title: string; subTitle: string; }; overview: { title: string; subTitle: string; }; oidcScopes: { title: string; subTitle: string; }; oidcScopesEdit: { title: string; subTitle: string; backButton: string; }; roles: { title: string; subTitle: string; alternateSubTitle: string; }; rolesEdit: { title: string; subTitle: string; backButton: string; }; groupsEdit: { title: string; subTitle: string; backButton: string; }; serverConfigurations: { title: string; subTitle: string; }; users: { title: string; subTitle: string; }; usersEdit: { title: string; subTitle: string; backButton: string; }; invite: { title: string; subTitle: string; }; }