@refinio/one.models
    Preparing search index...

    This represents a document but not the content,

    type Channel = {
        id: string;
        owner?: SHA256IdHash<Person>;
    }
    Index

    Properties

    Properties

    id: string
    owner?: SHA256IdHash<Person>