Type Alias GuildMessageButtonCreateOrConnectWithoutGuildCustomMessageInput

GuildMessageButtonCreateOrConnectWithoutGuildCustomMessageInput: {
    create: XOR<GuildMessageButtonCreateWithoutGuildCustomMessageInput, GuildMessageButtonUncheckedCreateWithoutGuildCustomMessageInput>;
    where: GuildMessageButtonWhereUniqueInput;
}