AppleSauce
    Preparing search index...

    Type Alias EventFactoryTemplate

    type EventFactoryTemplate = {
        content?: string;
        created_at?: number;
        kind: number;
        tags?: string[][];
    }
    Index

    Properties

    content?: string
    created_at?: number
    kind: number
    tags?: string[][]