gatelineAPI reference
interface TickOutcome {
    action: DerivedAction;
    detail: string;
    launched: number;
    slug: string;
    wrote: boolean;
}

Properties

detail: string
launched: number
slug: string
wrote: boolean