5 lines
87 B
TypeScript
Raw Permalink Normal View History

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