Type Alias TimerEvent

TimerEvent: {
    data?: JSONValue;
    id: string;
    interval?: number;
    name: string;
    postId: string;
}