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

    Type Alias News

    This represents the model of a news for now

    type News = {
        content: string;
    }
    Index

    Properties

    Properties

    content: string