Type Alias GuildCustomSingleMessageCreateWithoutWebhookInput

GuildCustomSingleMessageCreateWithoutWebhookInput: {
    dbId?: string;
    guild?: GuildCreateNestedOneWithoutSingleMessagesInput;
    message?: string | null;
    type: GuildSingleMessageTypeEnum;
}