Home > @theweave/api > WeaveLocation
WeaveLocation type 
Signature:
typescript
export type WeaveLocation = {
    type: 'group';
    dnaHash: DnaHash;
} | {
    type: 'applet';
    appletHash: AppletHash;
} | {
    type: 'asset';
    wal: WAL;
} | {
    type: 'invitation';
    secret: string;
};References: AppletHash, WAL