@sheerid/jslib
    Preparing search index...

    Type Alias WithAddress

    type WithAddress = {
        address1: string;
        city: string;
        state: string;
    }
    Index

    Properties

    Properties

    address1: string
    city: string
    state: string