Variable addressBookEntryConst

addressBookEntry: ZodObject<{
    user_friendly: ZodString;
}, "strip", ZodTypeAny, {
    user_friendly: string;
}, {
    user_friendly: string;
}> = ...

Type declaration

  • user_friendly: ZodString

Type declaration

  • user_friendly: string

Type declaration

  • user_friendly: string

Generated using TypeDoc