| 3858 | } |
| 3859 | |
| 3860 | export interface PrivateThreadChannel extends ThreadChannel<false> { |
| 3861 | get createdTimestamp(): number; |
| 3862 | get createdAt(): Date; |
| 3863 | type: ChannelType.PrivateThread; |
| 3864 | } |
| 3865 | |
| 3866 | // tslint:disable-next-line no-empty-interface |
| 3867 | export interface ThreadChannel<ThreadOnly extends boolean = boolean> extends Omit< |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…