Interface CreateAchievementOptions

interface CreateAchievementOptions {
    description: string;
    id: string;
    imagePath: string;
    isSecret?: boolean;
    name: string;
    newgroundsMedalID?: number;
}

Properties

description: string
id: string
imagePath: string
isSecret?: boolean
name: string
newgroundsMedalID?: number