Webigail
    Preparing search index...

    Interface IZRestfulCreate<T>

    A service that can be used to create resources.

    interface IZRestfulCreate<T> {
        create(body: T): Promise<T>;
    }

    Type Parameters

    • T

      The type of resource being created.

    Hierarchy (View Summary)

    Index

    Methods

    Methods