ThemeFSEventPayload<T>: (ThemeFSEvent & {
    type: T;
})["payload"]

Type Parameters