Interface Website_ContentsEntry

interface Website_ContentsEntry {
    key: string;
    value?: clientpb.WebContent;
}

Properties

Properties

key: string