Variable PretalxConfigStructConst

PretalxConfigStruct: Struct<{
    englishKeys: string[];
    eventSlug: string;
}, {
    englishKeys: Struct<string[], Struct<string, null>>;
    eventSlug: Struct<string, null>;
}> = ...

PretalxConfigStruct validates the configuration for a PretalxService

Generated using TypeDoc