DisBot
    Preparing search index...

    Type Alias LevelSettingsCreateNestedOneWithoutLevelRolesInput

    type LevelSettingsCreateNestedOneWithoutLevelRolesInput = {
        connect?: LevelSettingsWhereUniqueInput;
        connectOrCreate?: LevelSettingsCreateOrConnectWithoutLevelRolesInput;
        create?: XOR<
            LevelSettingsCreateWithoutLevelRolesInput,
            LevelSettingsUncheckedCreateWithoutLevelRolesInput,
        >;
    }
    Index

    Properties