DisBot
    Preparing search index...

    Type Alias LevelRolesCreateOrConnectWithoutLevelSettingsInput

    type LevelRolesCreateOrConnectWithoutLevelSettingsInput = {
        create: XOR<
            LevelRolesCreateWithoutLevelSettingsInput,
            LevelRolesUncheckedCreateWithoutLevelSettingsInput,
        >;
        where: LevelRolesWhereUniqueInput;
    }
    Index

    Properties

    Properties