5 lines
87 B
TypeScript

export interface IDailyLocale
{
redeemTime: string;
repeatableQuests: string;
}