Interface IGoalID

interface IGoalID {
    id?: string;
}

Properties

Properties

id?: string

Generated using TypeDoc