@juulsgaard/ts-tools
    Preparing search index...

    Interface WithId

    Object with string id

    interface WithId {
        id: string;
    }
    Index

    Properties

    Properties

    id: string