Type Alias GuildRolePanelCreateWithoutRowsInput

GuildRolePanelCreateWithoutRowsInput: {
    assignMode: RolePanelAssignMode;
    boosterOnly?: boolean | null;
    channelId: string;
    dbId?: string;
    embeds?: GuildRolePanelEmbedCreateNestedManyWithoutGuildRolePanelInput;
    guildId: string;
    interactionType: RolePanelType;
    logChannelId?: string | null;
    maxRoles?: number | null;
    messageId?: string | null;
    name: string;
    panelId: string;
    requireAccountAgeDays?: number | null;
    requireJoinAgeDays?: number | null;
    requireMessageCount?: number | null;
    webhookAvatarUrl?: string | null;
    webhookEnabled?: boolean;
    webhookUsername?: string | null;
}