interface BoardDetailProps {
    category?: string;
    categoryBackButton?: string | boolean;
    content: string;
    createdAt?: string | Dayjs;
    title: string;
}

Properties

category?: string
categoryBackButton?: string | boolean
content: string
createdAt?: string | Dayjs
title: string

Generated using TypeDoc