English
type AccessListish: AccessList | [string, string[]][] | Record<string, string[]>;
Was this page helpful?