File

src/app/shared/interfaces/time.interface.ts

Description

A time interface just for documentation purpose

Index

Properties
Methods

Methods

Optional foo
foo()

interface method

Example :
interface method
Returns : string

Properties

zone
zone: string
Type : string

interface property

export interface TimeInterface {
    /**
     * @example
     * interface property
     */
    zone: string;

    /**
     * @example
     * interface method
     */
    foo?(): string;
}

results matching ""

    No results matching ""