type SnowflakeOptions = {
    epoch?: string | number | Date;
    place_id?: number;
};

export type { SnowflakeOptions };
