```ts return () => { // do validation here } return { kind: "post-self" | "post-program", validator: () => { // do validation here } } ```