@jsfkit/types
    Preparing search index...

    Type Alias Comment

    A cell comment.

    type Comment = {
        a: string;
        d: string;
        t: string;
    }
    Index

    Properties

    a d t

    Properties

    a: string

    Author of the comment.

    d: string

    Date of the comment (as an ISO formatted string).

    t: string

    The text content of the comment.