DocumentationTypesInterfaces

Task Schedule Publish

amerta


amerta / payload-types / TaskSchedulePublish

Interface: TaskSchedulePublish

Defined in: payload-types.ts:6375

This interface was referenced by Config's JSON-Schema via the definition "TaskSchedulePublish".

Properties

input

input: { doc?: { relationTo: "pages"; value: string | Page; } | { relationTo: "posts"; value: string | Post; } | null; global?: string | null; locale?: string | null; type?: "publish" | "unpublish" | null; user?: string | User | null; }

Defined in: payload-types.ts:6376

doc?

optional doc: { relationTo: "pages"; value: string | Page; } | { relationTo: "posts"; value: string | Post; } | null

global?

optional global: string | null

locale?

optional locale: string | null

type?

optional type: "publish" | "unpublish" | null

user?

optional user: string | User | null


output?

optional output: unknown

Defined in: payload-types.ts:6391