aboutsummaryrefslogtreecommitdiff
path: root/src/config.interface.ts
blob: 178a3099d5231ccccabff145e89dd368d32c8e2a (plain)
1
2
3
4
5
6
export interface Config {
    content: string;
    timeout?: number;
    title: string;
    footer?: string;
}