Docs

SignerWithPermissions

type SignerWithPermissions = {
isAdmin?: boolean;
permissions: SignerPermissions;
signer: string;
};