DisBot
    Preparing search index...

    Type Alias LevelSettingsCreateOrConnectWithoutLevelRolesInput

    type LevelSettingsCreateOrConnectWithoutLevelRolesInput = {
        create: XOR<
            LevelSettingsCreateWithoutLevelRolesInput,
            LevelSettingsUncheckedCreateWithoutLevelRolesInput,
        >;
        where: LevelSettingsWhereUniqueInput;
    }
    Index

    Properties

    Properties