EVA-Notify/src/plain-text/PageFooter.ts

8 lines
140 B
TypeScript

export interface PageFooterText {
dividerText: string;
}
export const pageFooterZhCn: PageFooterText = {
dividerText: 'EVA Notify',
};