@getalby/sdk
    Preparing search index...

    Type Alias GetInvoicesRequestParams

    type GetInvoicesRequestParams = {
        items?: number;
        page?: number;
        q?: { created_at_gt?: string; created_at_lt?: string; since?: string };
    }
    Index

    Properties

    Properties

    items?: number
    page?: number
    q?: { created_at_gt?: string; created_at_lt?: string; since?: string }