Wagtail client-side components
    Preparing search index...
    interface CommentAppData {
        authors: Record<string, { avatar_url: string; name: string }>;
        comments: InitialComment[];
        user: string | number;
    }
    Index

    Properties

    Properties

    authors: Record<string, { avatar_url: string; name: string }>
    comments: InitialComment[]
    user: string | number