Interface IAppMiscService

Represents the interface for the AppMiscService.

Hierarchy

  • IAppMiscService

Implemented by

Methods

  • Changes the sequence of an item for a given service.

    Type Parameters

    Parameters

    • service: IAppRemoteService<T>

      The service to change the sequence for.

    • item: T

      The item to change the sequence of.

    • sequence: number

      The new sequence number for the item.

    Returns Promise<T>

    A promise that resolves with the updated item.

Generated using TypeDoc