export type BlogCommentable = (
    "no" |
    "moderate" | 
    "yes" |
    string
);