defy.tools

Interface ContentTemplate

interface ContentTemplate {
    kind: number;
    pubkey: string;
    tags?: string[][];
}

Hierarchy (view full)

Properties

Properties

kind: number
pubkey: string
tags?: string[][]