import { BaconGenericDbItem } from "../../base"; export interface BaconUserSub extends BaconGenericDbItem { sub: string; }