@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface UserRef

    A repository/system user.

    interface UserRef {
        id: string;
        text?: string;
    }
    Index

    Properties

    Properties

    id: string
    text?: string