Skip to content

Home > @theweave/api > RecordInfo

RecordInfo type

Signature:

typescript
export type RecordInfo = {
    roleName: string;
    integrityZomeName: string;
    entryType: string;
};