Type Alias GuildRolePanelEmbedCreateNestedOneWithoutFieldsInput

GuildRolePanelEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: GuildRolePanelEmbedWhereUniqueInput;
    connectOrCreate?: GuildRolePanelEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<GuildRolePanelEmbedCreateWithoutFieldsInput, GuildRolePanelEmbedUncheckedCreateWithoutFieldsInput>;
}