Interface ITitleAndId

interface ITitleAndId {
    id: string;
    isFolder: boolean;
    title: string;
}

Properties

Properties

id: string
isFolder: boolean
title: string

Generated using TypeDoc