Home > indiekit-preset-fff > IndiekitPresetFFF > postTypes
IndiekitPresetFFF.postTypes property
Post types
Signature:
typescript
get postTypes(): ({
media: {
path: string;
url: string;
};
name: string;
post: {
path: string;
url: string;
};
type: string;
} | {
name: string;
post: {
path: string;
url: string;
};
type: string;
media?: undefined;
})[];