Type Alias ClientUncheckedCreateWithoutChangelogsInput

ClientUncheckedCreateWithoutChangelogsInput: {
    blogs?: ClientBlogUncheckedCreateNestedManyWithoutClientInput;
    clientId: string;
    dashWhitelist?: ClientCreatedashWhitelistInput | string[];
    dbId?: string;
    faq?: ClientFAQUncheckedCreateNestedManyWithoutClientInput;
    logRawDataFor?: ClientLogRawDataUncheckedCreateNestedManyWithoutClientInput;
    recentWhitelist?: ClientCreaterecentWhitelistInput | string[];
    staff?: ClientCreatestaffInput | string[];
    statChannels?: number | null;
    statusRoles?: number | null;
    totalClips?: number | null;
    totalGiveaways?: number | null;
    totalNotifications?: number | null;
    totalVods?: number | null;
}