uri, claim_id, and outpoint are required in publish/new api call
This commit is contained in:
parent
da19ff2471
commit
4eb324363c
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ type Analytics = {
|
||||||
};
|
};
|
||||||
|
|
||||||
type PublishNewParams = {
|
type PublishNewParams = {
|
||||||
uri?: string,
|
uri: string,
|
||||||
claim_id?: string,
|
claim_id: string,
|
||||||
outpoint?: string,
|
outpoint: string,
|
||||||
channel_claim_id?: string,
|
channel_claim_id?: string,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue