UserSessionCreateManyInput: {
    dbId?: string;
    expiresAt: Date | string;
    key: string;
    userId: string;
}