GuildCustomBotProfileCreateInput: {
    avatarKey?: string | null;
    bannerKey?: string | null;
    bio?: string | null;
    dbId?: string;
    enabled?: boolean;
    guild?: GuildCreateNestedOneWithoutCustomBotProfileInput;
    nick?: string | null;
}