Type alias CourtRecordSearchQueryV1

CourtRecordSearchQueryV1: CreateThing<"CourtRecordSearchQuery", {
    address: CreateExpandedThing<"PostalAddress"> | string;
    addressStatus: "current" | "permanent" | "past";
    birthDate?: string;
    parent?: PersonEV1;
    spouse?: PersonEV1;
}>

Type declaration