Home > @holochain/client > AppBundleSource
Signature:
export type AppBundleSource = {
type: "path";
value: string;
} | {
type: "bytes";
value: Uint8Array;
};
Home > @holochain/client > AppBundleSource
Signature:
export type AppBundleSource = {
type: "path";
value: string;
} | {
type: "bytes";
value: Uint8Array;
};