docx

    Type Alias ICommentOptions

    type ICommentOptions = {
        author?: string;
        children: readonly FileChild[];
        date?: Date;
        id: number;
        initials?: string;
    }
    Index

    Properties

    author?: string
    children: readonly FileChild[]
    date?: Date
    id: number
    initials?: string
    MMNEPVFCICPMFPCPTTAAATR