Type alias SketchProfile

SketchProfile: {
    name: string;
    profile: Profile;
}

Type declaration