Type Alias UserKickAccountSubscribedToCreateInput

UserKickAccountSubscribedToCreateInput: {
    dbId?: string;
    expiresAt: Date | string;
    guildIds?: UserKickAccountSubscribedToCreateguildIdsInput | string[];
    streamerUserName: string;
    userKickAccount?: UserKickAccountCreateNestedOneWithoutSubscribedToInput;
}