Skip to content

Home > fff-flavored-frontmatter > FFFDateTime

FFFDateTime type

DateTime Vaeriables

Signature:

typescript
type FFFDateTime = {
    created?: string;
    end?: string;
    published?: string;
    start?: string;
    updated?: string;
};