Skip to content

Home > fff-flavored-frontmatter > FFFAuthor

FFFAuthor type

Author

Signature:

typescript
type FFFAuthor = {
    avatar?: string;
    name?: string;
    url?: string;
};