@valon-technologies/gestalt
    Preparing search index...

    Interface ListGrantsResponse

    ListGrantsResponse returns grant IDs owned by the caller.

    interface ListGrantsResponse {
        grantIds: string[];
    }
    Index

    Properties

    Properties

    grantIds: string[]