interface LoginConfig {
    ballotConfigs?: BallotConfig[];
    buttonName: string;
    canCreateBallotTypes: string[];
    configCategoryId: string;
    day: number;
    description?: string;
    groupId: string;
    groupUrl: string;
    month: number;
    name: string;
    passportAppUrl: string;
    passportServerUrl: string;
    pipelineId?: string;
    year: number;
}

Properties

ballotConfigs?: BallotConfig[]
buttonName: string
canCreateBallotTypes: string[]
configCategoryId: string
day: number
description?: string
groupId: string
groupUrl: string
month: number
name: string
passportAppUrl: string
passportServerUrl: string
pipelineId?: string
year: number

Generated using TypeDoc