5 lines
87 B
TypeScript
Raw Normal View History

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