swc/crates/swc_bundler/tests/.cache/deno/1ea734242118f7ccc262c1caa4bcc639a2fe709b.ts

11 lines
399 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/activity/activity_timestamps.ts
/** https://discord.com/developers/docs/topics/gateway#activity-object-activity-timestamps */
export interface ActivityTimestamps {
/** Unix time (in milliseconds) of when the activity started */
start?: number;
/** Unix time (in milliseconds) of when the activity ends */
end?: number;
}